argv

Instance of

Array

Description

Array of the interpreter's command-line arguments.

Example

// easypt -file f.ez
// f.ez:
for (let i = 0; i < argc; i++)
    console.writeLine(argv[i]);